arm/guest_access: Rename vgic_access_guest_memory
authorSergej Proskurin <proskurin@sec.in.tum.de>
Wed, 16 Aug 2017 13:17:40 +0000 (15:17 +0200)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 18 Aug 2017 17:27:37 +0000 (10:27 -0700)
commit379c22ad5036adee5ee7f3790fae748c87965419
treef48f3a106072fcb5ab627cf2105a49a45fec5628
parent67b1668de7aacc192d0dc58dcb3ad4fd5358c11a
arm/guest_access: Rename vgic_access_guest_memory

This commit renames the function vgic_access_guest_memory to
access_guest_memory_by_ipa. As the function name suggests, the functions
expects an IPA as argument. All invocations of this function have been
adapted accordingly. Apart from that, we have adjusted all printk
messages for cleanup and to eliminate artefacts of the function's
previous location.

Signed-off-by: Sergej Proskurin <proskurin@sec.in.tum.de>
Acked-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/guestcopy.c
xen/arch/arm/vgic-v3-its.c
xen/include/asm-arm/guest_access.h